FATAL_USER_ABORT Rendering aborted by user interrupt.
ERR_MATHLIB_ERR %s: Math library error: %s
ERR_NOT_LICENSED %s: The '3D Integrator' version of the toolkit does not include the '%s' function. It is only available in the 'Application Builder' version.
#
# Fatal errors returned from the memory allocator
#
FATAL_NEWPTR_FAIL %s: Internal error: Out of memory (could not allocate a new block).
FATAL_NEWPTR_OVERFLOW %s: Internal error: Pointer's block pointer out of range.
FATAL_NEWPTR_RANGE %s: Internal error: Pointer out of range (not within block range).
FATAL_NEWPTR_NEXTPTR %s: Internal error: Next pointer out of range.
FATAL_NEWPTR_NXTSPLT %s: Internal error: Memory block split next pointer overrun.
FATAL_NEWPTR_BADVALID %s: Internal error: Bad validate pointer (memory corrupted).
ERR_NEWPTR_NEWFREE %s: Internal error: 'New' pointer is not free.
#
# File I/O related error messages (reads are recoverable, writes are mostly fatal)
#
ERR_FILE_READ %s: Error while reading %s from file '%s'.
OUTERR_FILE_WRITE %s: Error encountered while writing %s to file '%s'. Disk full?
# The following is usually a fatal error
OUTERR_FILE_OPEN_WRITE %s: Could not open %s file '%s' for writing.
# The following error is always recoverable except for Postscript prologue/epilogues opens (FATAL)
ERR_FILE_OPEN_READ %s: Could not locate or open %s file '%s' for reading.
OUTERR_FILE_DIR_CREATE %s: Could not create directory '%s'. A file probably exists with the same name as the new directory. No directory has been created.
#
# Animation related errors
#
ERR_ANIM_NO_KF_BYID %s: Could not find keyframe specified by ID # %p.
ERR_ANIM_NO_KF_BYOFFSET %s: Could not find keyframe specified by offset # %ld.
ERR_ANIM_NO_KF_BYTIME %s: Could not find keyframe specified by time value %ld.
ERR_ANIM_DELETE_LOCKED %s: Could not delete a keyframe value because it is locked.
ERR_ANIM_VALUE_LOCKED %s: Could not modify a keyframe value because it is locked.
ERR_ANIM_FRAME_LOCKED %s: Could not move a keyframe to a new time position because it is frame-locked.
ERR_ANIM_KF_PTRPTR_BAD %s: First argument after Nt_KEYFRAME in Ni_AnimController() must be a pointer to a void pointer, not a null.
ERR_ANIM_CHAN_NONEASSIGNED %s: Operation aborted. No animation channel node data has been previously assigned to animation channel '%s'.
ERR_ANIM_CTRLR_NONEASSIGNED %s: Operation aborted. No animation controller type has been previously assigned to animation controller '%s'.
ERR_WRONG_TOKEN_2 %s: Invalid token '%s' found. Expecting either '%s' or '%s' instead.
ERR_WRONG_TOKEN_3 %s: Invalid token '%s' found. Expecting one of: '%s', '%s' or '%s'.
ERR_BAD_TOKEN %s: Unknown or unexpected token identifier '%s'. Aborting parsing of command.
ERR_BAD_TOKEN2 %s: Unknown or unexpected token identifier '%s'. Skipping to next valid primary token in parameter list.
# Ie: (Nt_MODEL, Nt_SPOT) - Nt_MODEL is primary light model token, Nt_SPOT is a sub-token
ERR_BAD_SUB_TOKEN %s: Invalid sub-token identifier associated with the primary token '%s'.
ERR_BAD_TOKEN_LIST %s: Invalid sub-token identifier associated with the primary token '%s'. The parser was expecting one of the following sub-tokens:
ERR_CMDSEP_EXPECTED %s: Bad parameter list. Expecting either token `Nt_CMDSEP' or `Nt_CMDEND'; found '%s' instead. Last valid primary token parsed was '%s'.
ERR_CMDEND_EXPECTED %s: Bad parameter list. Expecting token `Nt_CMDEND'; found '%s' instead. Last valid primary token parsed was '%s'.
ERR_CMDEND_EXPECTED2 %s: Bad parameter list. List should be terminated with a `Nt_CMDEND'.
ERR_UNEXPECTED_END %s: Bad parameter list. Nt_CMDSEP or Nt_CMDEND unexpectedly found while parsing token '%s'.
ERR_BAD_PARAMS_PTR %s: Bad parameter list. Expecting a data pointer while parsing token '%s'.
ERR_BAD_PARAMS_FN_PTR %s: Bad parameter list. Expecting a string pointer to a filename while parsing token '%s'.
ERR_BAD_PARAMS_FLOATPTR %s: Bad parameter list. Expecting a pointer to a Nd_Float while parsing token '%s'.
ERR_BAD_PARAMS_FLOATPTR2 %s: Bad parameter list. Expecting a pointer to an array of %d Nd_Float's while parsing token '%s'.
ERR_BAD_PARAMS_LONGPTR %s: Bad parameter list. Expecting a pointer to a Nd_Int while parsing token '%s'.
ERR_BAD_PARAMS_LONGPTR2 %s: Bad parameter list. Expecting a pointer to an array of %d Nd_Int's while parsing token '%s'.
ERR_BAD_PARAMS_VECTOR %s: Bad parameter list. Expecting a Nd_Vector pointer while parsing token '%s'.
ERR_BAD_PARAMS_COLOR %s: Bad parameter list. Expecting a Nd_Color pointer while parsing token '%s'.
ERR_BAD_PARAMS_ONOFF %s: Bad parameter list. Expecting "on" or "off" while parsing token '%s'.
ERR_BAD_COLOR_COMP %s: Bad color channel value. Must be greater than 0.0.
ERR_BAD_IOR %s: Index of refraction (Nt_IOR) parameter must be >= 1.0 */
ERR_POS_FLOAT %s: Parameter '%s' requires a pointer to a positive, non-zero Nd_Float argument (greater than 0.0).
ERR_BAD_NEG_FLOAT %s: Parameter '%s' requires a pointer to a _positive_ Nd_Float argument (greater than or equal to 0).
ERR_BAD_NEG_FLOAT2 %s: Parameter '%s' requires a pointer to an array of %d _positive_ Nd_Float's (greater than or equal to 0).
ERR_BAD_SCALE_FLOAT %s: Parameter '%s' requires a pointer to a Nd_Float argument greater than 0.0.
ERR_BAD_NORM_FLOAT %s: Parameter '%s' requires a pointer to a Nd_Float argument in the range 0.0 to 1.0.
ERR_BAD_NORM_FLOAT2 %s: Parameter '%s' requires a pointer to an array of %d Nd_Float's in the range 0.0 to 1.0.
ERR_BAD_NORM_FLOAT3 %s: Parameter '%s' requires a pointer to a Nd_Float argument in the range -1.0 to 1.0.
ERR_BAD_NEG_LONG %s: Parameter '%s' requires a pointer to a _positive_ Nd_Int argument (greater than or equal to 0).
ERR_BAD_NEG_LONG2 %s: Parameter '%s' requires a pointer to an array of %d _positive_ Nd_Int integers (greater than or equal to 0).
ERR_BAD_POSNZ_LONG %s: Parameter '%s' requires a pointer to a Nd_Int argument that is greater than 0.
ERR_BAD_ZERO_FLOAT %s: Parameter '%s' requires a pointer to a _non-zero_ Nd_Float argument.
ERR_BUG_CMDSEP %s: Internal error! Nt_CMDSEP sent to token lookup routine.
ERR_BUG_CMDEND %s: Internal error! Nt_CMDEND sent to token lookup routine.
FATAL_INQ_TOKEN %s: Nt_CMDSEP or Nt_CMDEND returned from token lookup routine. Aborting command.
# Ni_Camera() associated messages
ERR_BAD_LOOKUP_VEC %s: One component of Nt_LOOKUP vector must be non-zero. Nothing changed.
ERR_BAD_DISTANCE %s: Camera 'distance' value below minimum value of %f.
ERR_WINDOW_WIDTH %s: Window width or height value is too small. Minimum is %g.
ERR_HITH_YON %s: 'near' clipping plane value must be smaller than 'far' clipping plane.
ERR_HITHER_TOOSMALL %s: Clipping plane 'near' value is too small. Minimum is '%g'.
ERR_SCR_REZ %s: x and y 'resolution' parameters must either be both > 1, or both < 1.
ERR_CAMERA_NOT_FOUND %s: Camera '%s' does not exist.
ERR_FORM_AR_NZ %s: The form aspect ratio must be > 0.0.
# Ni_Light() associated messages
ERR_LIGHT_NOT_FOUND %s: Light '%s' does not exist.
ERR_LIGHT_SM_DEL %s: Tried to remove the non-existent shadow map '%s' from light source '%s'.
# Ni_Instance() associated messages
ERR_FIND_LIGHTOVERRIDE %s: Light name '%s' does not exist within the 'lightoverride' list of instance '%s'
ERR_ENVMAP_EQINST %s: Cannot remove instance '%s' from its own auto-reflect map disabled instance list.
ERR_ENVMAP_EQINSTADD %s: Cannot add instance '%s' to its own auto-reflect map disabled instance list.
INFO_IP_EXPORT_FILE_NAME %s: Writing geometry data to %s file.
INFO_IP_REMOVE_DBL_SIDED %s: Removing double sided polygons, polygon %ld of %ld. This operation can be slow - please be patient.
# Geomtry Import/Export converter error messages
ERR_GEOM_EXPORT_BAD_TOKEN %s: Unknown token '%s' sent to geometry export converter.
ERR_GEOM_EXPORT_BAD_DATA %s: Unknown data '%s' associated with token '%s' sent to geometry export converter.
ERR_GEOM_IMPORT_BAD_TOKEN %s: Unknown token '%s' sent to geometry import converter.
ERR_GEOM_IMPORT_BAD_DATA %s: Unknown data '%s' associated with token '%s' sent to geometry import converter.
ERR_GEOM_EXPORT_OF_64MATS %s: The maximum 64 entry limit of the material palette has been reached. One or more materials were not output to the OpenFlight file. To overcome this limitation please choose an OpenFlight file format newer than v1.42.
INFO_EXPORT_ACCUM %s: "%s"Accumulating polygons into an optimized polygon mesh.
INFO_EXPORT_POV_DIR_LITE_REPLACE %s: POV does not support directional lights, therefore replacing directionl light '%s' with a point light source.
INFO_EXPORT_POV_DIR_LITE %s: POV does not support directional lights, therefore directionl light '%s' will not be exported.
INFO_EXPORT_3DS_DIR_LITE_REPLACE %s: 3D Studio does not support directional lights, therefore replacing directionl light '%s' with a point light source.
INFO_EXPORT_3DS_DIR_LITE %s: 3D Studio does not support directional lights, therefore directionl light '%s' will not be exported.
INFO_EXPORT_3DS_2MNY_VRT %s: Object '%s' has exceeded the 64k vertex limit of a 3D Studio object. Number of vertices will be truncated to 64k.
INFO_EXPORT_3DS_2MNY_POLY %s: Object '%s' has exceeded the 64k polygon limit of a 3D Studio object. Number of polygons will be truncated to 64k.
INFO_EXPORT_3DS_SPLIT %s: Object '%s' has exceeded the 64k polygon/vertex/texture limit of a 3D Studio object. Object will be split apart into multiple sub-objects (see 3D Studio export converter help).
INFO_EXPORT_3DS_SPLITPASS %s: Pass # %ld. Tagging next set of polygons (maximum 65500).
INFO_EXPORT_3DS_SPLITCOPY %s: Copying next subset of polygons to new object (maximum 65500 polygons).
INFO_EXPORT_3DS_SURFCNT %s: Counting number of surfaces to export.
INFO_EXPORT_3DS_SURFEXP %s: "surface""%s"Exporting surface as 3D Studio material name '%s'.
INFO_EXPORT_3DS_CAMEXP %s: "camera""%s"Exporting 3D Studio camera '%s'.
INFO_EXPORT_3DS_LITEEXP %s: "light""%s"Exporting 3D Studio light '%s'.
INFO_EXPORT_3DS_MESHSURF %s: Exporting materials assigned to each mesh polygon.
INFO_EXPORT_3DS_WRVERT %s: "instance""%s"Writing out %ld mesh vertices.
INFO_EXPORT_3DS_WRTXTR %s: "instance""%s"Writing out %ld mesh texture coordinates.
INFO_EXPORT_3DS_WRFACE %s: "instance""%s"Writing out %ld mesh faces.
INFO_EXPORT_3DS_WRSMTH %s: "instance""%s"Writing out smoothing information for %ld mesh faces.
INFO_EXPORT_CHKOPT %s: "instance""%s"Checking for valid mesh optimizations.
INFO_EXPORT_CHKCPY %s: Making copy of polygon geometry (%ld polygons).
INFO_EXPORT_CHKSRF %s: Checking surfaces assigned to each polygon.
INFO_EXPORT_CHKXFRM %s: Transforming %ld polygon vertices to world-space coordinates.
INFO_EXPORT_CHKXFRMNORM %s: Transforming %ld normals to world-space coordinates.
INFO_EXPORT_CHKXFRMUTANG %s: Transforming %ld U tangent vectors to world-space coordinates.
INFO_EXPORT_CHKXFRMVTANG %s: Transforming %ld V tangent vectors to world-space coordinates.
INFO_EXPORT_3DS_SMTHGRP3 %s: Allocating memory to be used to compute polygon smoothing groups.
INFO_EXPORT_3DS_SMTHGRP4 %s: Checking for empty smoothing group array.
INFO_EXPORT_3DS_SMTHGRP5 %s: Freeing up all memory used during smoothing group calculations.
INFO_EXPORT_VRML_EMBED %s: Embedding texture image '%s' within VRML file.
ERR_EXPORT_COB_HEADER %s: Could not write out the Caligari trueSpace header to file '%s'.
INFO_EXPORT_COB_WRVERT %s: "instance""%s"Writing out %ld mesh vertices.
INFO_EXPORT_COB_WRTXTR %s: "%s"Writing out %ld mesh texture coordinates.
INFO_EXPORT_COB_WRFACE %s: "instance""%s"Writing out %ld mesh faces.
INFO_EXPORT_LW_2MNY_VRT %s: Object '%s' has exceeded the 64k vertex limit of a Lightwvae obejct file. Number of vertices will be truncated to 64k.
INFO_EXPORT_LW_SPLIT %s: Object '%s' has exceeded the 64k vertex limit of a Lightwave object file. The file will be split apart into multiple sub-files.
INFO_EXPORT_LW_SPLITPASS %s: Pass # %ld. Tagging next set of polygons.
INFO_EXPORT_LW_SPLITCOPY %s: Copying next subset of polygons to new object.
ERR_EXPORT_SI_NO_RSRC_PATH %s: Resource directory path has not been defined. Export operation aborted.
ERR_EXPORT_SI_NO_RSRC_DIR %s: Resource directory '%s' does not exist. Export operation aborted.
ERR_EXPORT_SI_NO_DB_PATH %s: Explicit database directory path has not been defined. Export operation aborted.
ERR_EXPORT_SI_NO_DB_DIR %s: Database directory '%s' does not exist. Export operation aborted.
ERR_EXPORT_SI_DB_OPEN_ERR %s: Could not open %s located at directory location '%s'.
INFO_EXPORT_LSLP_ORTHO_REPLACE %s: Lightscape does not support arbitrary orthographic camera, replacing camera '%s' with a perspective camera.
INFO_EXPORT_LSLP_DIR_LITE_REPLACE %s: Lightscape does not support directional lights, therefore replacing directionl light '%s' with a point light source.
INFO_EXPORT_LSLP_DIR_LITE %s: Lightscape does not support directional lights, therefore directionl light '%s' will not be exported.
INFO_EXPORT_NO_NURBS %s: For the purpose of this demo version the output of NURB geometry has been disabled. Please contact Okino Computer Graphics to have a test conversion done via email.
INFO_EXPORT_NO_PATCHES %s: For the purpose of this demo version the output of bicubic patch geometry has been disabled. Please contact Okino Computer Graphics to have a test conversion done via email.
INFO_EXPORT_DETAILER_MULTIPLE %s: Object '%s' has multiples surfaces (materials) assigned to it. Only the first (texture mapped) surface will be output to the Detailer file format since Detailer only allows one material per object.
INFO_EXPORT_DETAILER_MAX_OBJ %s: Maximum object count of %d exceeded in Detailer file. No more objects will be output. Detailer only allows %d objects per file.
INFO_EXPORT_DETAILER_MAX_OBJ %s: Maximum texture count of %d exceeded in Detailer file. No more textures will be output. Detailer only allows %d textures per file.
INFO_IP_EXPORT_0_EASE_VALUES %s: One or more keyframes were found which have 'ease' (tangent velocity) values other than 0.0. DirectX does not support 'ease' values, so the velocity of the animated objects may not look as expected.
/* Generic export filter messages */
INFO_EXPORT_GENERIC_EMBED %s: Embedding texture image '%s' within %s file.
ERR_EXPORT_GENERIC_EMBED2 %s: The bitmap file format of image file '%s' is not supported.
ERR_EXPORT_GENERIC_HEADER %s: Could not write out the '%s' header to file '%s'.
INFO_EXPORT_GENERIC_WRVERT %s: "instance""%s"Writing out %ld mesh vertices.
INFO_EXPORT_GENERIC_WRTXTR %s: "%s"Writing out %ld mesh texture coordinates.
INFO_EXPORT_GENERIC_WRFACE %s: "instance""%s"Writing out %ld mesh faces.
INFO_EXPORT_GENERIC_SURFEXP %s: "surface""%s"Exporting surface as %s material name '%s'.
INFO_EXPORT_GENERIC_CAMEXP %s: "camera""%s"Exporting %s camera '%s'.
ERR_NOT_DEFINING '%s' entered while outside of Ni_Object_Define().
ERR_END_OBJECT %s called without a matching call to Ni_Object_Define().
ERR_DEFINE_NESTING %s: Cannot nest calls to Ni_Object_Define().
ERR_OBJ_DELETE %s: Deleting object definition '%s'. No valid object data or items declared.
ERR_END_OBJ_POLY %s called before Ni_Polygon_End(). Deleting polygon data parsed to date.
# Ni_Option associated messages
ERR_AA_OSP %s: Antialias oversampling parameters must be > 0.
ERR_SHOWNORM_SF %s: The 'Nt_SHOWNORMALS' & 'Nt_SHOWTANGENTS' scale factor must be > 0.
ERR_SUBDIV_GT0 %s: Subdivisions argument must be > 0.
ERR_SUBDIV_OPT %s: Subdivision option '%s' did not recognize any of the provided sub-options.
ERR_SUBDIV_INQOPT %s: Subdivision inquiry option '%s' did not recognize any of the provided sub-options.
# Ni_Output_Driver() associated messages
ERR_OD_BAD_FN_PTRS %s: One of the following user-defined output driver function pointers were not specified: Close() or Initialize().
ERR_NFU_FIRST %s: The Nt_FILE, Nt_FRAMEBUFFER or Nt_USERDEFINED keywords must come first in the parameter list when specifying an output driver.
ERR_OD_NO_FN %s: No filename has been specified for the file output driver '%s' (handle name '%s'). Defaulting to 'filename.bad'.
OUTERR_OD_DEL %s: Deleting uncompleted output driver, handle name = '%s'.
OUTERR_OD_STATE %s: An error occured while updating the output driver associated with the handle name '%s'. The state of the driver may not be what you expect (the options may be different).
ERR_OD_NODRVINF %s: No output driver has been associated with handle name '%s' as of yet, therefore no options can be processed at this time.
OUTERR_OD_GREYSHADES %s: The number of greyscale shades (%ld) desired is greater than the maximum number of colors (%ld) for output device '%s'.
OUTERR_OD_2MNYSHADES %s: The product of the number of red*green*blue shades (%ld=%ld*%ld*%ld) is greater than the maximum number of colors (%ld) for output device '%s'.
ERR_OD_BADTOKEN %s: Parse error. The output driver option '%s' is unknown.
ERR_OD_BADDATA %s: Parse error. The output driver argument '%s' given with option '%s' is illegal.
ERR_OD_NOTOKEN %s: Parse error. No output driver option token specified before '='.
ERR_OD_NOEQ %s: Parse error. No '=' assignment operator found in option string.
ERR_OD_NOEQ2 %s: Parse error. No '=' assignment operator or data found for option string token '%s'.
ERR_OD_BADSHADES %s: The red, green and blue number of shades given to option '%s' must all be >= 2 or all less than 0.
ERR_OD_BAD_FB %s: Unrecognized frame-buffer type '%s'.
# Ni_Pick() related messages
ERR_PICK_AR_NZ %s: The image aspect ratio must be > 0.0.
ERR_PICK_NO_CAM %s: The mandatory Nt_CAMERA parameter was not specified to the Nt_BYWINDOW picking method. Operation aborted.
ERR_PICK_NO_AR %s: The mandatory Nt_IMAGEASPECTRATIO parameter was not specified to the Nt_BYWINDOW picking method. Operation aborted.
ERR_PICK_NO_CROP %s: The mandatory Nt_CROPWINDOW parameter was not specified to the Nt_BYWINDOW picking method. Operation aborted.
# Ni_Render() related messages
ERR_RENDER_AR_NZ %s: The image aspect ratio must be > 0.0.
ERR_RENDER_NO_AR %s: The mandatory Nt_IMAGEASPECTRATIO parameter was not specified to the Ni_Render() command. Operation aborted.
ERR_RENDER_CROP %s: The mandatory Nt_CROPWINDOW parameter was not specified to the Ni_Render(). Operation aborted.
# Ni_Surface() associated messages
ERR_REFLECTMAP_2D %s: Nt_REFLECTMAP option requires a valid 2D texture image filename when enabled. Nt_REFLECTMAP option disabled.
ERR_SPHENVMAP_2D %s: Nt_SPHENVMAP option requires a valid 2D texture when enabled. Nt_SPHENVMAP option disabled.
ERR_SPHENVMAP_3D %s: Nt_SPHENVMAP option does not work with 3D texture definitions.
ERR_RMV_TXTR_NODE %s: Tried to remove non-existent texture reference '%s' from the surface definition.
ERR_NO_TXTRLINK %s: A 'texturelink' token & name is required when adding a new texture reference to a surface definition.
ERR_RENAME_TXTR_NODE %s: Cannot perform a 'rename' operation for texture layer '%s' while it is being created.
ERR_CUBICALENVMAP_2D %s: Nt_CUBICALENVMAP option requires that at least one texture filename be specified.
# Ni_TxtrParam() associated messages
ERR_BAD_TXTRPARAM_AXES %s: The `txtrparam' origin coincides with one or more of the axes points.
ERR_BAD_TXTRP_AXES2 %s: The `txtrparam' u and v axes are too close together (should be at 90 degrees). Disabling texture parameterization.
# Ni_Texture() associated messages
ERR_BAD_TXTRTYPE %s: Bad texture definition type. Expecting one of Nt_IMAGE or Nt_PROCEDURAL. Found '%s' instead.
ERR_INDX_VPP_CNT %s: Total number of indices (num-polygons * vertices-per-polygon) is not equal to number specified in parameter list. Aborting.
ERR_INDX_NUMPOLY %s: 'Nt_NUMPOLYGONS' is a required parameter for the 'indexedpolygons' primitive, yet it was not specified.
ERR_INDX_NUMVERT %s: 'Nt_VERTICESPERPOLY' is a required parameter for the 'indexedpolygons' primitive, yet it was not specified.
ERR_INDX_NOVERTICES %s: The 'indexedpolygons' primitive requires that at least the 'Nt_VERTEX' coordinates be specified.
ERR_INDX_BADVERT %s: Polygon # %ld sent to the indexpolygon primitive is specified as having %ld vertices! This number should be 3 or greater. Aborting parsing of this primitive.
ERR_INDX_2FEWVERT %s: Polygon # %ld sent to the indexpolygon primitive only has only %ld vertices. A polygon requires at least 3 vertices! This polygon will not be rendered.
ERR_INDX_SURF %s: Surface name '%s' associated with indexed polygon # %ld does not exist.
ERR_INDX_BADINDEX %s: Indice # %ld of the %s indice array (%ld) is less than 1 (after the 'indiceoffset' was added in). It must be greater than 0! Setting to 1 by default.
ERR_INDX_MAXINDEX %s: Indice # %ld of the %s indice array (%ld) is too large (after the 'indiceoffset' was added in). Defaulting to %ld.
ERR_INDX_BB %s: The bounding box parameters specified in the 'indexedpolygons' primitive must be specified as _minimum_ point first then _maximum_ point! A bounding box will be automatically generated instead.
ERR_INDX_NEG %s: Vertex indice # %ld is negative. All vertex indices must be positive. Resetting to a temporary sane value.
ERR_INDX_POSNEG %s: %s indices must either be all negative or all positive. Offending indices at offset %ld into indice array. Resetting all indices to -1L.
ERR_INDX_UVTANG %s: When tangent data is provided, both Nt_UTANGENT and Nt_VTANGENT data must be given. Defaulting to no tangent data.
ERR_INDX_NO_MEM %s: Out of memory while allocating memory for the Indexed Polygon primitive. No data will be stored for this primitive.
ERR_HOLE_INDX_NEG %s: Vertex indice # %ld is set to 'Nc_HOLE_SEPARATOR'. This is illegal for the first or last indice. Resetting to a temporary sane value.
ERR_HOLE_INDX_NEG2 %s: Vertex indice # %ld and # %ld are set to 'Nc_HOLE_SEPARATOR'. If this polygon has holes or islands then only one of these indices should be set to 'Nc_HOLE_SEPARATOR'. Resetting to a temporary sane value.
ERR_HOLE_INDEX_CNT %s: Indice list says that a hole in a polygon only has %d vertices. 3 are the minimum. Please correct this.
ERR_HOLE_INDEX_CNT2 %s: Indice list says that a hole in a polygon has less than 3 vertices. 3 are the minimum. Please correct this.
#
# Nt_NURBPATCH primitive parsing messages
#
ERR_NURB_NO_PARAM1 %s: 'Nt_NUMUCTRLPNTS' is a mandatory parameter for the 'nurbpatch' primitive, yet it was not specified.
ERR_NURB_NO_PARAM2 %s: 'Nt_NUMVCTRLPNTS' is a mandatory parameter for the 'nurbpatch' primitive, yet it was not specified.
ERR_NURB_NO_PARAM3 %s: 'Nt_UORDER' is a mandatory parameter for the 'nurbpatch' primitive, yet it was not specified.
ERR_NURB_NO_PARAM4 %s: 'Nt_VORDER' is a mandatory parameter for the 'nurbpatch' primitive, yet it was not specified.
ERR_NURB_NO_PARAM5 %s: 'Nt_UKNOTS' or 'Nt_DBLUKNOTS' are mandatory parameters for the 'nurbpatch' primitive, yet it was not specified.
ERR_NURB_NO_PARAM6 %s: 'Nt_VKNOTS' or 'Nt_DBLVKNOTS' are mandatory parameters for the 'nurbpatch' primitive, yet it was not specified.
ERR_NURB_NO_PARAM7 %s: 'Nt_VERTICES' or 'Nt_DBLVERTICES' are mandatory parameters for the 'nurbpatch' primitive, yet it was not specified.
#
# Nt_USERDEFINED primitive associated messages
#
ERR_UDP_INIT %s: Error encountered while initializing the user-defined primitive callback for instance '%s'.
ERR_UDP_SHUTDOWN %s: Error encountered while shutting down the user-defined primitive callback for instance '%s'.
ERR_UDP_NO_SURF %s: Could not find surface '%s' which is being assigned to polygon %ld of the user-defined primitive of instance '%s'.
ERR_UDP_BAD_POLY %s: Error encountered while requesting the user-defined primitive polygon # %ld from instance '%s'.
ERR_UDP_BAD_STATUS %s: Invalid status value %ld returned while requesting polygon %ld of the user-defined primitive of instance '%s'.
ERR_UDP_BAD_VTX %s: Error encountered while requesting the user-defined primitive vertex # %ld of polygon # %ld from instance '%s'.
ERR_UDP_BAD_STATUS_VTX %s: Invalid status value %ld returned while requesting vertex %ld of polygon %ld of the user-defined primitive of instance '%s'.
ERR_UDP_2FEW_VERT %s: Too few vertices for polygon %ld of the user-defined primitive of instance '%s'. 2 or more required per polygon.
ERR_UDP_NO_POLYS %s: No polygons returned from the user-defined primitive's callback function in instance '%s'.
ERR_UDP_PROC_REQ %s: Error encountered during the 'Nc_UDP_ACTION_PROCESSING_REQUEST' action sent to the user-defined primitive callback of instance '%s'.
ERR_UDP_PROC_BADMSK %s: Invalid bitmask returned in the 'Nv_Processing_Request_Mask' variable from the user-defined primitive callback of instance '%s'.
ERR_UDP_PROC_RESULT %s: Error encountered while sending the Nc_UDP_ACTION_PROCESSING_RESULTS action to the user-defined primitive callback of instance '%s'.
ERR_UDP_VTXTHRS %s: The 'Nv_Smoothing_Angle' value must lie between 0 and 180 degrees if the 'Nc_UDP_PROCESS_CALCNORMALS' processing request is made by the user-defined callback of instance '%s'.
ERR_UDP_VTXTHRS %s: The 'Nv_Vertex_Threshold' value must be > 0.0 if the 'Nc_UDP_PROCESS_COMPRESS_VERTICES' processing request is made by the user-defined callback of instance '%s'.
ERR_UDP_NRMTHRS %s: The 'Nv_Normal_Threshold' value must be > 0.0 if the 'Nc_UDP_PROCESS_COMPRESS_NORMALS' processing request is made by the user-defined callback of instance '%s'.
ERR_UDP_MEM %s: Out of memory while allocating memory for the polygon-compression/normal-smoothing routine. No polygon processing will be performed.
#
# Output driver messages (those associated with the output drivers)
#
OUTERR_ECM %s: No need to enable colormapping routines for the true-color (24-bit) driver '%s'.
ERR_OD_ONLYRGBPM %s: The '%s' can only handle the Nt_RGB pixel mode (please change the pixel mode).
ERR_OD_BPM %s: The '%s' cannot handle Z depth data (please change the pixel mode).
ERR_OD_BAD_REZ %s: The 'Nv_Device_X_Res' and/or 'Nv_Device_Y_Res' variables set by the output driver '%s' (handle name '%s') are invalid (both must be < 0 or > 1). Defaulting both to (-1, -1).
ERR_OD_BAD_PIX_ASPECT %s: The 'Nv_Pixel_Aspect_Ratio' variable set by the output driver '%s' (handle name '%s') is invalid (must be > 0.0). Defaulting to 1.0.
ERR_OD_BAD_NUM_COLORS %s: The 'Nv_Number_Colors' variable set by output driver '%s' (handle name '%s') is invalid (must be >= 0). Defaulting to 0 (24-bit color output).
ERR_OD_BAD_ORIGIN_MODE %s: The 'Nv_Origin_Mode' variable set by the output driver '%s' (handle name '%s') is invalid. Defaulting to 'Nc_ORIGIN_UPPERLEFT'.
OUTERR_OD_CLEAR %s: Error encountered while clearing output device '%s' (handle name '%s').
OUTERR_OD_CLOSE %s: Error encountered while closing output device '%s' (handle name '%s').
OUTERR_OD_CMAP %s: Error encountered while setting colormap of output device '%s' (handle name '%s').
OUTERR_OD_FLUSH %s: Error encountered while flushing output device '%s' (handle name '%s').
OUTERR_OD_INSTANCE %s: Error encountered while creating an instance of output device '%s' (handle name '%s').
OUTERR_OD_INIT %s: Error encountered while initializing output device '%s' (handle name '%s').
OUTERR_OD_SETPIX %s: Error encountered while setting pixel (%ld,%ld) on output device '%s' (handle name '%s').
OUTERR_OD_SETFG %s: Error encountered while setting foreground color for output device '%s' (handle name '%s').
OUTERR_OD_SETBG %s: Error encountered while setting background color for output device '%s' (handle name '%s').
OUTERR_OD_ENCSL %s: Error encountered while outputting encoded scanline # %ld to output device '%s' (handle name '%s').
OUTERR_OD_SL %s: Error encountered while outputting scanline # %ld to output device '%s' (handle name '%s').
OUTERR_OD_SETOPTIONS %s: Error encountered while setting user-settable options for output device '%s' (handle name '%s').
OUTERR_OD_NOWIRE %s: Output device '%s' (handle name '%s') does not support wireframe output.
OUTERR_VIDEO_INIT %s: Could not initialize the graphics adapter for the selected video mode.
INFO_WAIT_MSG %s: Press any key now & after the image has been rendered.
ERR_OD_BADGAMMA %s: Display gamma value of %f is bad. Must be greater than or equal to 1.0.
ERR_OD_MEM %s: Out of memory while allocating a %ld byte image buffer for the '%s' output driver.
OUTERR_OD_IMQCOL %s: Cannot quantize image to %ld colors as requested since output driver '%s' (handle name '%s') can only handle %ld colormapped colors. Defaulting to %ld colors instead.
ERR_OD_B8Q %s: The '%s' cannot handle 8-bit output (including quantized output). Only 24-bits are output.
ERR_BAD_FILETYPE %s: Image file '%s' does not use a recognized file format (TIFF, GIF, TARGA, FLIC, etc).
#
# ndbmp.c errors
#
ERR_BMP_NULL_FP %s: BMP Input file pointer is NULL.
ERR_BMP_ALLOC_CMAP %s: Cannot allocate memory for the BMP color map.
ERR_BMP_NO_SPACE %s: Ran out of memory while allocating %ld bytes for BMP input buffer.
ERR_BMP_READ1 %s: Could not read data from BMP file.
ERR_CHILD_WORLD %s: Child '%s' cannot be the 'world'.
ERR_CHILD_ALR_ATTACHED %s: Child instance '%s' is already attached to another instance.
ERR_CHILD_NOT_ATT %s: Child instance '%s' is not attached to anything.
ERR_CHILD_PAR_ATTACH %s: Child instance '%s' is not attached to parent instance/object '%s'.
ERR_ATTACH_OBJECT_ERR %s: Cannot attach instance '%s' to its own master object!
ERR_ATTACH_INST_ERR %s: Cannot attach instance '%s' to itself!
ERR_ATTACH_PARENT_LOOP1 %s: Instance '%s' cannot be attached to instance '%s' since instance '%s' is contained in the sub-hierarchy of instance '%s'.
ERR_ATTACH_PARENT_LOOP2 %s: Instance '%s' cannot be attached to object '%s' since object '%s' is contained in the sub-hierarchy of instance '%s'.
ERR_ATTACH_EMPTY_OBJ %s: Cannot attach child instance '%s' to parent object '%s' because parent object '%s' is not an empty object definition.
ERR_ATTACH_EMPTY_INST %s: Cannot attach child instance '%s' to parent instance '%s' because parent instance '%s' is not an empty instance or it is not the 'world' instance.
OUTERR_IRIS_WINSUP %s: Only the IRIS window output device is currently supported.
OUTERR_IRIS_COLWIN %s: Can't save a color-mapped window!
OUTERR_SETPIXEL_FAILED %s failed. Current output device cannot set pixels.
#
# nieye.c
#
ERR_EXISTS_CAMERA %s: Camera name '%s' already exists.
ERR_COPY_CAMERA %s: Cannot copy camera '%s' definition onto itself!
ERR_COPY_CAM_EXIST %s: Copying source camera '%s' over existing destination camera '%s'.
ERR_RM_DEF_CAMERA %s: The 'default' camera cannot be removed.
ERR_RESET2DEFCAM %s: Resetting currently active camera to the `default' camera.
ERR_VIEWP_UPPER_X %s: Viewport upper right x must be > lower left x value.
ERR_VIEWP_UPPER_Y %s: Viewport upper right y must be > lower left y value.
ERR_EXTRA_DRTPARAMS %s: Extra parameters ignored for 'drtparams'.
ERR_INVERT_CAM_ORIGIN %s: The origin coincides with one or more of the axes points for the 'invert' camera option. Aborting.
ERR_INVERT_CAM_ANGLE %s: The angle between the two 'camera invert' axes is too small! Aborting.
ERR_WIND_PARAM_POS %s: Window parameter(s) must be positive.
ERR_WIND_NUM_PARAMS %s: Invalid number of parameters to 'window'.
ERR_WIND_WH_SMALL %s: Window width or height value too small.
ERR_WIND2_NUM_ARGS %s: Too many arguments to 'window2'.
ERR_WIND_TOO_SMALL %s: Window parameters make window's width or height too small.
ERR_INST_CAM_UNACCESS %s: Instance '%s' that camera is attached-to is not accessible to the `world'.
ERR_ATTACH_CAM_EMPTY_INST %s: Cannot attach camera '%s' to instance '%s' because instance '%s' is not an empty instance or it is not the 'world' instance.
ERR_EYEVECTOOSHORT %s: Eye up vector is too short.
ERR_EYEVECTOOSHORT_2 %s: Eye up vector is too short. Nothing changed.
ERR_EYE2CLOSE2COE %s: Eye is too close to center of interest.
ERR_EYE2CLOSE2COE_2 %s: Eye is too close to center of interest. Nothing changed.
ERR_EYEUP2CLOSE2SV %s: Eye up vector is too close to line of sight vector.
ERR_EYEUP2CLOSE2SV_2 %s: Eye up vector is too close to line of sight vector. Nothing changed.
ERR_INVERT_ACCESS %s: Instance '%s' that 'invert' option of camera '%s' is attached to is not attached directly or indirectly to the `world' instance. Can't determine 'invert' option's hierarchical coordinate system.
#
# nifile.c
#
ERR_NO_SEARCHPATH %s: Could not find search path environment variable '%s'. Defaulting search path to current working directory.
ERR_BAD_SP_MACRO %s: Error in environment searchpath '%s'. Expecting '$(' but only found '$'.
ERR_BAD_MACRO_LEN %s: Searchpath macro name '%s' is too long. Maximum allowed = %d.
ERR_BAD_MACRO_0_LEN %s: Null length macro name found within environment string '%s'.
ERR_NO_SEARCHPATH_MACRO %s: Could not find search path macro environment variable '%s' for use in searchpath '%s'.
ERR_SP_EXPECT_CB %s: Unbalanced macro definition found in search path '%s'. Expecting '$(' but found ')' instead.
ERR_BAD_MACRO_CB %s: No matching closing bracket ')' found for a macro within searchpath '%s'.
ERR_SP_PRE_TERM %s: Premature termination of searchpath string '%s'.
ERR_SP_EXP_LENGTH %s: The expanded search path for search path macro '%s' is too long (max. = %d). Shorten search path and macros accordingly.
ERR_FN_TOO_LONG %s: Filename '%s' is too long. (maximum allowable length = %d characters).
FATAL_FN_PTR_NULL %s: Internal error! File path name pointer is NULL.
FATAL_FN_LEN0 %s: Internal error! File path name length is 0.
#
# niinit.c errors
#
ERR_BAD_SCENE_NUM %s: Could not find the scene specified (pointer %p does not exist within the scene list).
ERR_LITE_DIRVEC %s: Light direction vector is too small. Defaulting to (1,1,1).
ERR_LITE_SH_AT %s: Light is too near shine-at location. Using default light values.
ERR_LITE_SH_CLOSE %s: Shine_at and shine_from points are too close. Using default light values.
ERR_LITE_CUTOFF %s: Spot light 'cutoff' angle '%g' out of range (must be 0 to 89 degrees). Resetting to 22.5 degrees.
ERR_LITE_DELTA %s: Spot light 'delta' angle '%g' out of range (must be 0 to %g degrees). Defaulting to 0 degrees.
ERR_LITE_AL_ATTACH %s: Can't attach light '%s' to instance '%s' - it is currently attached to instance '%s'.
ERR_ATTACH_LITE_EMPTY_INST %s: Cannot attach light '%s' to instance '%s' because instance '%s' is not an empty instance or it is not the 'world' instance.
ERR_LITE_DETACH %s: Can't detach light '%s' since it is not attached to anything.
ERR_LITE_ACCESS %s: Instance '%s' that light '%s' is attached to is not attached directly or indirectly to the `world' instance. Can't determine light's hierarchical coordinate system.
ERR_LITE_RM_GRP %s: Also removing light '%s' from group '%s'.
ERR_LITE_INST_DETACH %s: Detaching instance '%s' from light '%s'.
ERR_DEFAMB_ALLOC %s: Could not allocate the 'default' ambient light source.
ERR_SPOT_GOUR %s: Spot lights should only be used with the 'smooth' shading level. The spot light boundary of light '%s' will probably not look good in the current shading level.
ERR_MATRIX_ABORT %s: Aborting matrix operation. Could not find %s '%s'.
ERR_MATRIX_TXTR %s: Texture transformations can only be applied to 3D texture definitions.
ERR_BAD_PREMULT %s: Pre-multiplication matrix operations can only be applied to instances, objects or lights. Aborting.
ERR_PREMULT_ALL %s: Pre-multiplication matrix operation cannot work on 'all'. Aborting.
ERR_TXTROP_ALL %s: Texture matrix operation cannot work on 'all'.
ERR_0_SCALE_ARGS %s: All 3 matrix scale factors must be non-zero (parameters = %g, %g, %g). Aborting scale operation.
ERR_SHEAR_AXIS %s: Shear axis # %d has zero length. Nothing changed.
ERR_SHEAR_ANGLE %s: Shear angle must be greater than 0 degrees and less than 180 degrees. Nothing changed.
ERR_SHEAR_ANGLE_GE %s: The shear angle %g is greater than or equal to the angle between the shear vectors. Nothing changed.
#
# nimisc.c errors
#
ERR_BDF_SNAPSHOT_MEM %s: Out of memory while allocating %ld bytes for image snapshot data.
ERR_NO_USER_CONF %s: Filename '%s' in directory '%s' is being automatically overwritten since no 'user confirmation handler' has been defined.
ERR_NO_USER_CONF_SM %s: Automatically generating the shadowmaps (without user confirmation) since no 'user confirmation handler' has been defined.
ERR_NO_USER_CONF_ENV %s: Automatically generating the environment maps (without user confirmation) since no 'user confirmation handler' has been defined.
ERR_PATTERN_BADTXT %s: The specified search pattern comparison text string is invalid (null pointer or null length).
ERR_PATTERN_BAD %s: The specified search pattern is invalid (null pointer or null length).
ERR_PATTERN_VALID %s: Internal error on pattern match. Pattern = %s, text = %s.
ERR_PATTERN_ESC %s: Pattern has invalid escape '\\' at end.
ERR_PATTERN_RANGE %s: [..] construct has a no end range (ie. [a-]).
ERR_PATTERN_CLOSE %s: [..] construct has no end bracket (ie. [abc).
ERR_PATTERN_EMPTY %s: [..] construct is empty (ie. []).
ERR_ELEMENT_ENDLIST %s: Internal error! Retrieve_Element_Abs(): ran off end of the linked-list of sub-arrays.
ERR_ELEMENT_INTERR %s: Internal error! An array retrieval was made past the end of the linked list.
ERR_ELEMENT_MEM %s: Fatal error: Out of memory while allocating more array elements for input data.
#
# ninurbp.c errors
#
ERR_NURB_UMIN %s: umin must be <= umax (defaulting to sane values).
ERR_NURB_VMIN %s: vmin must be <= vmax (defaulting to sane values).
ERR_NURB_TXTRC %s: Incorrect number of texture coordinates. None added.
ERR_NURB_TXTRNORM %s: Texture coordinates must be in the range 0.0 to 1.0.
ERR_NURB_CTRL %s: Internal error: A NURB control point must have either 3 or 4 components.
ERR_NURB_2MANYCTRL %s: Too many NURB patch control points. Expecting %d.
ERR_NURB_RAT %s: 'rational' option was not specified yet control point w is not equal to 1.0.
ERR_NURB_W_POS %s: 'w' component must be positive! Using 1.0 instead.
ERR_NURB_2MANY_U %s: Too many NURB u knots specified. Expecting %d.
ERR_NURB_2MANY_V %s: Too many NURB v knots specified. Expecting %d.
ERR_NURB_VBFU %s: vknots listing specified before uknots listing.
ERR_NURB_UDEC %s: NURB patch u knots must be non-decreasing.
ERR_NURB_VDEC %s: NURB patch v knots must be non-decreasing.
ERR_NURB_NUM_CTL %s: Incorrect number of NURB patch control points. Expecting %d, received %d.
ERR_NURB_NUM_UKNT %s: Incorrect number of NURB u knots. Expecting %d, received %d.
ERR_NURB_NUM_VKNT %s: Incorrect number of NURB v knots. Expecting %d, received %d.
ERR_NURB_UMIN_RANGE %s: umin out of range (must be at least %g). Defaulting to %g.
ERR_NURB_UMAX_RANGE %s: umax out of range (must be at most %g). Defaulting to %g.
ERR_NURB_VMIN_RANGE %s: vmin out of range (must be at least %g). Defaulting to %g.
ERR_NURB_VMAX_RANGE %s: vmax out of range (must be at most %g). Defaulting to %g.
ERR_NURB_NORMAL %s: A NURB patch of instance '%s' has a normal of length 0 (polygon very small).
ERR_NURB_CURVE_CTRL %s: Internal error: A NURB curve control point must have either 3 or 4 components.
ERR_NURB_CURVE_2MANYCTRL %s: Too many NURB curve control points. Expecting %d.
ERR_NURB_CURVE_RAT %s: 'rational' option was not specified yet NURB curve control point w is not equal to 1.0.
ERR_NURB_CURVE_2MANY_U %s: Too many NURB curve knots specified. Expecting %d.
ERR_NURB_CURVE_UDEC %s: NURB curve knots must be non-decreasing.
ERR_NURB_CURVE_NUM_CTL %s: Incorrect number of NURB curve control points. Expecting %d, received %d.
ERR_NURB_CURVE_NUM_UKNT %s: Incorrect number of NURB curve knots. Expecting %d, received %d.
ERR_NLIB_ERR1 %s: %s (error # %d)
ERR_NLIB_ERR2 NURB surfacing problem: Could not compute normal or tangent for one or more points on a NURB patch (%s, error = %d).
ERR_NLIB_ERR3 NURB trimming problem: Trim curve is degenerate or very narrow (m_ludcmp, error 11).
ERR_NLIB_ERR4 NURB trimming problem: Trim loop is empty (b_allerr, error 6).
ERR_NLIB_ERR5 NURB trimming problem: Trim loop orientations are not consistent (n_tesdel, error 17).
ERR_NLIB_ERR6 NURB trimming problem: Patch could not be trimmed to boundary, tolerance problem (n_tessur, error 17).
ERR_NLIB_ERR7 NURB surfacing problem: Normal could not be computed (%s, error = %d). Defaulting to sane value.
ERR_NLIB_ERR8 NURB processing problem: NURB patch found with 0-area trim curve(s). Trim curve(s) have been deleted.
ERR_NLIB_ERR9 NURB processing problem: NURB patch found with self-intersecting trim curve (illegal). Trim curve has been deleted.
ERR_TXTR_SURFPNT %s: Can't remove texture definition '%s'. Other surfaces still pointing to it.
ERR_TXTR_RAST_RD %s: File read error for raster image file '%s'.
FATAL_NO_VALID2DIMG %s: Internal error! There is no valid 2D image associated with this texture!
FATAL_IMG_0_LEN %s: Internal error! Texture image name has 0 length.
ERR_MIP_REZ %s: MIPmap file '%s' does not have the same X, Y, and/or Z resolutions as the original texture image file '%s'. The MIPmap file will not be used.
ERR_MIP_ORIG %s: MIPmap file '%s' was not created from texture image file '%s'. The MIPmap file will not be used.
ERR_MIP_MAGIC %s: MIPmap file '%s' is probably corrupt. Magic number in header is incorrect.
ERR_NO_TIFF %s: This compiled version does not support TIFF image file reading.
ERR_NO_JPEG %s: This compiled version does not support JPEG image file reading.
ERR_RM_DEF_TEXTURE %s: The 'default' texture cannot be removed.
#
# nitextur.c colormap errors
#
ERR_CMAP_NOFILE %s: Cannot find colormap file '%s' in current search path(s).
ERR_CMAP_ERR1 %s: Syntax error in colormap file '%s' at line %d: '%s'.
ERR_CMAP_ERR2 %s: Error in color map file '%s', line %ld. Color value(s) out of bounds.
ERR_CMAP_ERR3 %s: The 'cmaplength' argument in color map file '%s' must be greater than 1. Nothing loaded.
ERR_CMAP_ERR4 %s: Color map entries cannot be processed until the 'cmaplength' argument is parsed. Colormap '%s' not loaded.
ERR_CMAP_ERR5 %s: Too many color map entries were given in color map file '%s'. Expecting %ld entries. Nothing loaded.
ERR_CMAP_ERR6 %s: An incorrect number of color map entries were found in color map file '%s'. Expecting %ld entries, found %ld. Nothing loaded.
ERR_CMAP_ERR8 %s: Color maps using 'cardinal' interpolation require at least 4 color entries. Nothing loaded.
#
# nitxtr2.c errors
#
ERR_BMP_NORM %s: The bumped normal is too small.
FATAL_COL_SPLINE %s: Function requires at least 4 colors. Only %d given.
#
# nixform.c errors
#
ERR_INQ_MAPPING %s: The source and destination types must be different ('%s' specified).
FATAL_PERS_BLOWUP %s: Instance '%s' is too close to the camera (perspective calculation has blown up). Options: 1) Turn off perspective projection. 2) Move camera back. 3) Move object(s). 4) Turn on clipping & adjust 'near' plane.
#
# watcont.c
#
ERR_ZSCAN_EDGE_RANGE %s: Edge is out of bounds. Y value = %g.
ERR_NEXT_ERR %s: Fatal internal error. 'Next' error. Please save the state of the system and report the problem.
#
# watinit.c
#
FATAL_ALLOCSPACE %s: Out of memory while allocating %ld bytes for the Z-Scanline renderer arrays.
FATAL_ALLOC_MEMINIT %s: Out of memory while initializing the memory allocator.
#
# watinter.c
#
FATAL_ZSCAN_TXTRP_NULL %s: Internal error! Texture_Params[] is not a NULL pointer for polygon %d.
FATAL_ZSCAN_START Internal error! function %s called when Z-Scanline renderer already open!
FATAL_MEMELEM_BADARRPTR %s: Internal error: Trying to free an element whose parent array block pointer is NULL.
FATAL_MEMELEM_BADBLCKNUM %s: Internal error: Trying to free an element with an invalid block number (block number = %ld, valid range = 0 to %ld).
FATAL_MEMELEM_BADBLCKPTR %s: Internal error: Trying to free an element whose parent block pointer is NULL.
FATAL_MEMELEM_BADPTR %s: Internal error: Trying to free an element with an invalid data pointer.
FATAL_MEMELEM_BND %s: Internal error: Trying to free an element which does not start of a element-aligned boundary.
#
# watmisc.c
#
FATAL_SEG_MEM %s: Out of memory while allocating more segments for the scanline renderer.
FATAL_SEG_FREE %s: Internal Error! Free'd scanline segment not found in the list of segment lists!
FATAL_PIXSEG_MEM %s: Out of memory while allocating a new pixel segment node for the scanline renderer.
#
# watshad.c
#
ERR_FIND_SHADOWMAP %s: Could not find shadowmap '%s'.
ERR_SM_NOT_FOUND %s: Shadowmap '%s' does not currently exist in light source definition '%s'. Operation aborted.
ERR_SM_NO_LITENAME %s: Shadowmap handle name '%s' must be accompanied by a light source definition name. None specified.
ERR_SM_BIAS_ERR %s: Bias1 must be greater than Bias0. Setting Bias1 to Bias0.
OUTERR_X11_NO_VIS_SUP %s: Framebuffer does not support X11 visual type '%s'.
OUTERR_X11_NO_VISUAL %s: Could not obtain a visual for display '%s'. Aborting.
OUTERR_X11_NO_8BIT %s: Could not allocate an 8-bit colormapped visual (only 24-bit available). Aborting.
OUTERR_X11_16COL %s: At least 16 colors are required. Only %d available.
OUTERR_X11_REFMEM %s: Could not allocate memory for the X11 image refresh buffer. Aborting.
OUTERR_X11_TCMEM %s: Could not allocate memory for the X11 TrueColor/DirectColor colormap.
OUTERR_X11_NO_NBIT %s: The X11 output driver cannot handle %d-bit displays; only Monochrome, 8-bit, 24-bit and 32-bit displays are accomodated. Aborting.
OUTERR_X11_OUTENC_CMAP %s: This routine excepts the output driver to be in 8-bit colormapped mode. It isn't.
#
# Binary data file error messages
#
ERR_BDF_WRITE %s: Error while writing to binary data file '%s'.
ERR_BDF_FRMT %s: File '%s' is not encoded in the NuGraf binary data file format.
ERR_BDF_BADOPCODE %s: Unknown opcode number %d with data packet length %ld encountered in binary data file '%s'. Current block opcode = %d.
ERR_BDF_BADBLKOPCODE %s: Unknown block begin/end opcode number %d encountered in binary data file '%s'.
ERR_BDF_READ %s: Error while reading from binary data file '%s'.
ERR_BDF_PREEOF %s: Premature end of binary data file '%s' reached before 'BDF_OP_EOF' opcode reached (file corrupt?).
ERR_BDF_CONTENTS %s: Binary data file format file '%s' currently can only contain 'indexedpolygons' binary data.
ERR_BDF_BBPTR_NULL %s: Internal error: Bounding box pointer is NULL.
ERR_BDF_UNCSHORT %s: Internal error: Length of uncompressed 'short' array not equal to original uncompressed length (%ld vs. %ld).
ERR_BDF_UNCVERTEX %s: Internal error: Length of uncompressed 'Vertex' array not equal to original uncompressed length (%ld vs. %ld).
ERR_BDF_UNCVERTEX2 %s: Internal error: Length of uncompressed 'Vertex' array is exceeding original uncompressed length (%ld) on pass # %d.
ERR_BDF_ENDBEG %s: An 'END' block header was encountered before the 'BEGIN' header. Binary file '%s' corrupted?
ERR_BDF_IDXVTX %s: Internal error: The length of an uncompressed Indexed Polygon vertex array is the wrong size (%ld vs. %ld).
ERR_BDF_BADOP %s: In binary data file '%s', found opcode %d, expecting opcode %d.
ERR_BDF_RENAME %s '%s' found in the binary data file '%s' already exists internally. Renaming to '%s'.
ERR_BDF_SPHENVMAP_2D %s: Disabling spherical environment map in surface '%s' since texture definition '%s' could not be found.
ERR_BDF_SPHENVMAP_3D %s: Disabling spherical environment map in surface '%s' because texture definition '%s' is procedural (3D) instead of a 2D texture image.
ERR_BDF_REFLECTMAP_2D %s: Disabling reflectance map in surface '%s' since texture definition '%s' could not be found.
ERR_BDF_REFLECTMAP_3D %s: Disabling reflectance map in surface '%s' because texture definition '%s' is procedural (3D) instead of a 2D texture image.
/* nitextur.c */
ERR_BDF_BADPROCTXTR %s: Unknown procedural function '%s' found in texture definition '%s'.
/* niinpoly.c */
ERR_BDF_SURFLIST %s: Internal error: Length of the expanded indexed-polygon surface name list in BDF file '%s' is not equal to the number of polygons (%ld vs. %ld).
YACC_XY_REZ %s: x and y resolution parameters must either be both > 1, or both < 1.
YACC_EXTRUDE_ENABLE %s: At least one extrusion face must be enabled. Defaulting to XZ face.
YACC_REFLECTMAP_FN %s: Reflection mapping requires a valid texture image filename when enabled.
YACC_LIGHT_SM_DEL %s: Tried to remove the non-existent shadow map '%s' from light source '%s'.
YACC_SPHENV_FN %s: Spherical environment mappping requires a valid texture when enabled.
YACC_SPHENV_2D %s: Spherical environment mapping requires a 2D texture definition!
YACC_TXTR_RM %s: `texturelayer remove' not allowed while adding a new surface definition.
YACC_TXTR_RENAME %s: `texturelayer rename' not allowed while adding a new surface definition.
YACC_TXTRLINK %s: No 'texturelink' sub-option was specified in the surface's texture option (required when adding a new texture reference). Nothing changed.
YACC_EYEUP_NZ %s: One component of Eye Up vector must be non-zero.
YACC_SURF_NOTFOUND %s: Surface '%s' not found. Defaulting to no surface.
YACC_PATCH_ARGS %s: Patch arguments out of range.
YACC_SURF_DEF_NONE %s: Surface '%s' not found. Defaulting to no surface.
YACC_UPVEC_NZ %s: Up-vector must be non-zero.
YACC_MIST_NZ %s: Mist scale must be non-zero.
YACC_MIST_DIST %s: Mist 'distance' must be greater than zero.
YACC_AA_NZ %s: Antialias arguments must be non-zero.
YACC_FLOAT_POS %s: Floating point argument must be positive. Defaulting to 1.0.
YACC_FLOAT_NORM %s: Floating point argument must be between 0.0 and 1.0. Defaulting to 1.0.
YACC_INT %s: Integer argument must be greater than or equal to 0. Defaulting to 0.
YACC_COLR_POS %s: Color argument must be positive. Defaulting to 1.0.
YACC_SPIN360 %s: Spin angle must be less than 360 degrees. Defaulting to 0.
YACC_UVSCALE %s: uvscale parameters must be non-zero.
YACC_TENSION_NORM %s: Tension must be between 0 and 1. Defaulting to 1.0.
YACC_MSDOS_TILDA %s: MSDOS filenames are not allowed to contain tildas! Filename = '%s'.